/* 导航栏 */
.nav_bar_small{
    width: 80%;
    height: 46px;
    background-color: #235572;
    position: relative;
    z-index: 12;
}
/* 108*8 */
.nav_barul_small{
   /*  width: 864px; */
   /* width: 1200px;*/
    height: 46px;
    margin:0 auto;
}
.nav_barul_small li{
    float: left;
    width: 107px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin-left:1px;
    position: relative;
    z-index: 11;
}
.nav_barul_small li a{
    display: block;
    font-size: 16px;
    color: #ffffff;
}
.nav_barul_small li:hover,.nav_barul_small li.online_small{
    background-color: #f29400;
}
.nav_barul_small li:hover .topnavliout{
    display: block;
}
.topnavliout{
    position: absolute;
    left:0;
    display: none;
}
.nav_barul_small li .topnavliout .topnavlis:hover{
    background: #F5F5F5;
    color: #f90;
}
.nav_barul_small li .topnavliout .topnavlis{
    width: 107px;
    height: 36px;
    line-height: 36px;
    border-top: #f6ad3c solid 1px;
    background-color: #f29400;
    color: #fff;
    z-index: 2;
    font-size: 14px;
}

.noticeDetail {
    padding: 10px 32px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px dashed #e4e4e4;
    font-size: 14px;
}
.noticeDetailTitle {
    display: inline-block !important;
    width: 90% !important;
    color: #2065ba;
}
.noticeDetailTitle:hover {
    color: #f29400;
}
.noticeDetailTime {
    line-height: 38px;
    color: #8c8c8c;
}

.noticeList_more {
    height:50px;
    width:100%;
    line-height:50px;
    text-align: center;
    border-top:0;
}